Raspberry Pi for Arduino Users by James R. Strickland

Raspberry Pi for Arduino Users by James R. Strickland

Author:James R. Strickland
Language: eng
Format: epub
Publisher: Apress, Berkeley, CA


The Project

One of the things Geany doesn’t do well is move files between projects. We’ll just do it with the terminal window. Make sure Geany is closed, then start the terminal. Type cd ~/projects and press Return. Then type mkdir button_polled and press Return. This will be our new project’s directory.

Now type this:

cp ./Larson/Larson.cpp ./button_polled/button_polled.cpp.

A quick ls of the button_polled directory should look like this:

pi@Pi0W:~$ cd projects

pi@Pi0W:~/projects$ cp ./Larson/Larson.cpp ./button_polled/button_polled.cpp

pi@Pi0W:~/projects$ ls button_polled

button_polled.cpp

pi@Pi0W:~/projects$



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.